RegExMatch.SubExpressionString

Returns the SubExpression as a String for the given matchNumber. 0 returns the entire MatchString (the implicit 0th SubExpression), and 1 is the first real SubExpression.

Syntax

SubExpressionString( matchNumber ) as String


Parameters

matchNumber

Integer


Notes

Returns a String.